home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / oop_tp55.zip / LIST7_2.PAS < prev    next >
Pascal/Delphi Source File  |  1990-02-26  |  155b  |  11 lines

  1. program Listing7_2;
  2. uses mywindow, graph, mouse, crt;
  3. begin
  4. repeat until Keypressed;
  5. SetMouseHandler(0);
  6. RestoreCRTMode;
  7. end.
  8.  
  9.  
  10. { Listing 7-2 }
  11.